.slideDown() Display the matched elements with a sliding motion. .slideToggle() Display or hide the matched elements with a sliding motion. slideDown() · slideToggle() · slideUp()
The .slideDown() method animates the height of the matched elements. This causes lower parts of the page to slide down, making way for the revealed items.
In this tutorial you will learn how to create sliding effects like slide-up and slide-down the HTML elements using jQuery with just a single line of code.
The jQuery slideDown() method is used to slide down an element. Syntax: $(selector).slideDown(speed,callback); jQuery slideToggle() · jQuery slideUp() · Animation · W3Schools Tryit Editor